home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / ftp-mail.lha / FTP-Mail / config / ftp-modes.config < prev    next >
Text File  |  1994-10-29  |  925b  |  32 lines

  1. # Available Modes for mail-file-transfer:
  2. # Syntax:
  3. # <MODE>           <getscript> <putscript>
  4. #
  5. # If there is no putscript, it couldn't be used for uploading.
  6. #
  7. # Simply uuen/decodes the file
  8. UUENCODE           .uuencode.list  .uudecode.list
  9. UUDECODE           .uuencode.list  .uudecode.list
  10.  
  11. # ONLY GET:
  12. # XPACK the file (if it is packed with xpk), LHA file, and then uuencodes it
  13. # (sorry, the word is a little bit long :-)
  14. UNXPK-LHA-UUENCODE .lha-uuencode.list
  15.  
  16. # This mode does the SAME thing! It's no difference. UNXPK is called by
  17. # default, because otherwise you perhaps send a file which is packed twice!
  18. LHA-UUENCODE       .lha-uuencode.list
  19.  
  20. # ONLY GET:
  21. # The file is copied without any transformation
  22. #
  23. #               Good for textfiles!!!
  24. #
  25. # BE AWARE THAT IN BINARY FILES THE ZERO-BYTES ARE WIPED OUT!
  26. #
  27. RAW                .raw.list
  28.  
  29.  
  30. # Special for PGP-Keys
  31. PGPKEY             -               .sendpgpkey.list
  32.